From 4d5e7ba155450021cfedad6e1fbf9265ae4c563a Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 6 Jul 2006 22:01:16 +0000 Subject: [PATCH] Added -lm to LDFLAGS --- ChangeLog | 5 +++++ babl.pc.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4ac3220..2b58e7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-06 Øyvind Kolås + + * babl.pc.in: Added -lm to the list of libraries that need to be + linked along with babl. + 2006-06-24 Øyvind Kolås * babl.pc.in: stripped trailing /babl from CFLAGS include path. diff --git a/babl.pc.in b/babl.pc.in index e30a276..aa11ea8 100644 --- a/babl.pc.in +++ b/babl.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: babl Description: Dynamic; any to any, pixel format conversion library Version: @VERSION@ -Libs: -L${libdir} -lbabl -ldl +Libs: -L${libdir} -lbabl -ldl -lm Cflags: -I${includedir}/@PACKAGE_NAME@-@BABL_API_VERSION@ -- 2.30.2